projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd53b9
)
Add #undef HAVE_STRERROR.
author
Roland McGrath
<roland@gnu.org>
Sat, 8 Jan 1994 21:39:04 +0000
(21:39 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sat, 8 Jan 1994 21:39:04 +0000
(21:39 +0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index 30bda6c95876cbd2d0e7522626120dd49ce34e86..ca2e2ddadb69eb0c343cddc2c969d5932cea3d00 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-218,6
+218,10
@@
and this notice must be preserved on all copies. */
#define BSTRING
#endif
+/* Define if you have the ANSI `strerror' function.
+ Otherwise you must have the variable `char *sys_errlist[]'. */
+#undef HAVE_STRERROR
+
/* Non-ANSI C compilers usually don't have volatile. */
#ifndef HAVE_VOLATILE
#ifndef __STDC__